home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / educate / wcstrv11.zip / _SETUP.1 / WCSServer.exe / 0 / RCDATA / TREGFORM / TREGFORM.txt < prev   
Text File  |  1997-05-25  |  2KB  |  92 lines

  1. object RegForm: TRegForm
  2.   Left = 213
  3.   Top = 172
  4.   Width = 407
  5.   Height = 189
  6.   ActiveControl = ChkCodeBtn
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'Enter Registration Code'
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object ChkCodeBtn: TBitBtn
  19.     Left = 63
  20.     Top = 132
  21.     Width = 84
  22.     Height = 25
  23.     TabOrder = 0
  24.     OnClick = ChkCodeBtnClick
  25.     Kind = bkOK
  26.   end
  27.   object CancelBtn: TBitBtn
  28.     Left = 252
  29.     Top = 132
  30.     Width = 84
  31.     Height = 25
  32.     TabOrder = 1
  33.     OnClick = CancelBtnClick
  34.     Kind = bkCancel
  35.   end
  36.   object GroupBox1: TGroupBox
  37.     Left = 4
  38.     Top = 2
  39.     Width = 389
  40.     Height = 120
  41.     Caption = 'Registration Information:'
  42.     TabOrder = 2
  43.     object RegToLabel: TLabel
  44.       Left = 66
  45.       Top = 21
  46.       Width = 70
  47.       Height = 13
  48.       Caption = 'Registered To:'
  49.     end
  50.     object Label2: TLabel
  51.       Left = 9
  52.       Top = 54
  53.       Width = 127
  54.       Height = 13
  55.       Caption = 'WIN Server System Name:'
  56.     end
  57.     object RegNumlbl: TLabel
  58.       Left = 37
  59.       Top = 87
  60.       Width = 99
  61.       Height = 13
  62.       Caption = 'Registration Number:'
  63.     end
  64.     object RegToName: TEdit
  65.       Left = 142
  66.       Top = 17
  67.       Width = 231
  68.       Height = 21
  69.       TabOrder = 0
  70.     end
  71.     object RegToSysName: TEdit
  72.       Left = 142
  73.       Top = 50
  74.       Width = 231
  75.       Height = 21
  76.       TabOrder = 1
  77.     end
  78.     object RegNumber: TEdit
  79.       Left = 142
  80.       Top = 83
  81.       Width = 231
  82.       Height = 21
  83.       Font.Color = clBlack
  84.       Font.Height = -11
  85.       Font.Name = 'Courier'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.       TabOrder = 2
  89.     end
  90.   end
  91. end
  92.